home *** CD-ROM | disk | FTP | other *** search
/ Top 101 Multimedia Shareware '93 / Top 101 Multimedia Shareware 1993.iso / fue3d / makelev.bat < prev    next >
DOS Batch File  |  1987-12-22  |  520b  |  29 lines

  1. echo off
  2. cls
  3. echo so wait a while...
  4.  
  5. echo i have to clean up the dungeon...
  6.  
  7. copy level1.maz %11.maz > nul:
  8. echo won't be a minute...
  9.  
  10. copy level1.obs %11.obs > nul:
  11. echo what a pain...
  12.  
  13. copy level2.maz %12.maz > nul:
  14. echo busy, busy, busy...
  15.  
  16. copy level2.obs %12.obs > nul:
  17. echo the last one of you adventurers left such a mess...
  18.  
  19. copy level3.maz %13.maz > nul:
  20. echo tsk, tsk...
  21.  
  22. copy level3.obs %13.obs > nul:
  23. echo all right.  that's it.
  24.  
  25. echo away with you!
  26.  
  27. echo (press 'h' for a little help!)
  28.  
  29.